Syntax fixes.
authorMatthias Clasen <mclasen@redhat.com>
Tue, 28 Mar 2006 18:47:43 +0000 (18:47 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 28 Mar 2006 18:47:43 +0000 (18:47 +0000)
2006-03-28  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtkcellrendereraccel.sgml:
* gtk/tmpl/gtkrc.sgml:
* gtk/directfb.sgml: Syntax fixes.

docs/reference/gtk/directfb.sgml
docs/reference/gtk/tmpl/gtkcellrendereraccel.sgml
docs/reference/gtk/tmpl/gtkrc.sgml

index e48d9ecea995621af5c07dc49db1437c66bde5a7..d8781feb2dc130872e34ae854c6b8565b24139d4 100644 (file)
@@ -35,6 +35,8 @@ Beyond the usual GTK+ build requirements, the DirectFB backend (obviously) needs
 the DirectFB libraries (at least 0.9.21) and Cairo compiled with DirectFB support.
 </para>
 
+</refsect2>
+
 <!--
   FIXME: it seems most of the options listed in _gdk_windowing_args
   are ignored, and they need to be described by somebody who knows 
@@ -48,49 +50,49 @@ command line arguments.
 </para>
 
 <formalpara>
-  <title><systemitem>--dfb-help</systemitem></title>
+  <title><systemitem>dfb-help</systemitem></title>
   <para>
     Display help for DirectFB-specific commandline options.
   </para>
 </formalpara>
 
 <formalpara>
-  <title><systemitem>--dfb=<replaceable>value</replaceable></systemitem></title>
+  <title><systemitem>dfb=<replaceable>value</replaceable></systemitem></title>
   <para>
     Possible values: sdl, system. 
   </para>
 </formalpara>
 
 <formalpara>
-  <title><systemitem>--disable-aa-fonts=<replaceable>number</replaceable></systemitem></title>
+  <title><systemitem>disable-aa-fonts=<replaceable>number</replaceable></systemitem></title>
   <para>
     If <replaceable>number</replaceable> is 1, disable antialising for fonts.
   </para>
 </formalpara>
 
 <formalpara>
-  <title><systemitem>--argb-font=<replaceable>number</replaceable></systemitem></title>
+  <title><systemitem>argb-font=<replaceable>number</replaceable></systemitem></title>
   <para>
     If <replaceable>number</replaceable> is 1, enable ARGB fonts.
   </para>
 </formalpara>
 
 <formalpara>
-  <title><systemitem>--transparent-unfocused=<replaceable>number</replaceable></systemitem></title>
+  <title><systemitem>transparent-unfocused=<replaceable>number</replaceable></systemitem></title>
   <para>
     If <replaceable>number</replaceable> is 1, make unfocused windows transparent.
   </para>
 </formalpara>
 
 <formalpara>
-  <title><systemitem>--glyph-surface-cache=<replaceable>number</replaceable></systemitem></title>
+  <title><systemitem>glyph-surface-cache=<replaceable>number</replaceable></systemitem></title>
   <para>
     Set the size of the glyph surface cache. The default value is 8.
   </para>
 </formalpara>
 
 <formalpara>
-  <title><systemitem>--enable-color-keyring=<replaceable>number</replaceable></systemitem></title>
+  <title><systemitem>enable-color-keyring=<replaceable>number</replaceable></systemitem></title>
   <para>
     If <replaceable>number</replaceable> is 1, turn on the color keyring.
   </para>
index 8047927fcb9f622df50f33dd93a94f239012e122..996f21d38def43a92388fc804548c59a62f760e4 100644 (file)
@@ -7,7 +7,7 @@ Renders a keyboard accelerator in a cell
 <!-- ##### SECTION Long_Description ##### -->
 <para>
 #GtkCellRendererAccel displays a keyboard accelerator (i.e. a 
-key combination like <Control>-a). If the cell renderer is editable, the 
+key combination like &lt;Control&gt;-a). If the cell renderer is editable, the 
 accelerator can be changed by simply typing the new combination.
 </para>
 
@@ -20,7 +20,6 @@ The #GtkCellRendererAccel cell renderer was added in GTK+ 2.10.
 
 </para>
 
-
 <!-- ##### SECTION Stability_Level ##### -->
 
 
index 74fe0ec2728270ac41f1a5bd70571bd0c1e8e250..13b560dd58e0501eac766c1ca4baaf024463b5af 100644 (file)
@@ -78,7 +78,7 @@ always used.
 </para>
 <para>
 Since GTK+ 2.10,<literal>widget_class</literal> paths can also contain
-<literal>&lt:classname&gt;</literal> substrings, which are matching 
+<literal>&lt;classname&gt;</literal> substrings, which are matching 
 the class with the given name and any derived classes. For instance,
 <informalexample><programlisting>
 widget_class "*&lt;GtkMenuItem&gt;.GtkLabel" style "my-style"